reftests: Fix grid-empty-with-spacing test
authorBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 04:42:56 +0000 (05:42 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
Widgets are visible by default now, so make sure the ones that should be
invisible are marked as such.

testsuite/reftests/grid-empty-with-spacing.ui

index 3598fc71a53c35089174f9af04c14c1bd76e6f94..23f0caaf6cc59d88945baab13d923ec736b3baf1 100644 (file)
@@ -12,6 +12,7 @@
         <property name="column_spacing">5</property>
         <child>
           <object class="GtkLabel" id="label1">
+            <property name="visible">False</property>
             <property name="can_focus">False</property>
             <property name="label" translatable="yes">invisible</property>
           </object>